MouseDragged

public final static MouseDragged MouseDragged(Point location, Point locationOnScreen, MouseButton button, KeyModifiers keyModifiers, MouseModifiers mouseModifiers)
public final static MouseDragged MouseDragged(Point location, Point locationOnScreen, MouseButton button, KeyModifiers keyModifiers, MouseModifiers mouseModifiers)

Creates a new instance of MouseDragged with the given parameters.

Since

8.0.0

Parameters

location

The mouse position relative to the bounds of the browser instance.

locationOnScreen

The mouse position relative to the bounds of the screen.

button

The button pressed during the move.

keyModifiers

The keyboard modifiers applied.

mouseModifiers

The mouse modifiers applied.